aboutsummaryrefslogblamecommitdiffstats
path: root/opencascade-docs [disowned]/watch-
blob: 69d0dd5c8966579276e8c049d87b01d20da7e171 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                                                  
                                       





                                             
#!/bin/sh

[ -f 'opencascade-pkgbuild' ] &&  rm 'opencascade-pkgbuild'

wget 'https://aur.archlinux.org/packages/op/opencascade/PKGBUILD' -O 'opencascade-pkgbuild' >/dev/null 2>/dev/null

if [ $? = 0 ]; then
	[ -f unfetchable ] && rm unfetchable
	grep ^md5sums= < opencascade-pkgbuild | md5sum > new-sum
	touch sum
	if [ "$(cat sum)" = "$(cat new-sum)" ]; then
		rm new-sum
	else
		mv new-sum sum
		echo 'opencascade-docs'
	fi
elif [ ! -f unfetchable ]; then
	touch unfetchable
	echo 'opencascade-docs (unfetchable)'
fi